home *** CD-ROM | disk | FTP | other *** search
- ; localhost.zone - DNS data for resolving "localhost" to 127.0.0.1
- ;
- ; $Id: soa-easy.shar,v 8.2 1996/10/25 17:08:00 vixie Exp $
- ; $Source: /proj/src/isc/cvs-1/bind/contrib/misc/soa-easy.shar,v $
- ;
-
- ;
- ; There should never be a need to change this file. It just contains
- ; enough information for any system running named to masquerade as an
- ; authoritative nameserver for "localhost.".
- ;
-
- localhost. IN SOA ns.example.org.au. hostmaster.example.org.au. (
- 1993090300 ; serial
- 10800 ; refresh
- 3600 ; retry
- 2592000 ; expire
- 86400 ; minimum
- )
-
- @ IN NS ns.example.org.au.
-
- ;
- ; The A record to resolve "localhost" to 127.0.0.1
- ;
-
- @ IN A 127.0.0.1
-